Topic

FAQ
Login Register
avatar
JaeYong Lee
Points: 685 Group :
How to get reference design of TLSR9218B ?
JaeYong Lee Apr 18, 2024 08:33
I use TLSR9518ADK80D. But BDT tool v5.7.6 say "activate failed" when press "Activate" button. 3V3, SWM(SWS), GND are connected. How to activate bet
JaeYong Lee Apr 12, 2024 15:22
How to read IIC data when 2 devices are connected on one IIC line ?  * IIC initialize function :     - i2c_master_init( Device 1 ID, speed)    
JaeYong Lee Apr 04, 2024 16:02
How to set i2c 400khz master on TLSR8258 ?
JaeYong Lee Feb 16, 2024 13:18
How to set dual UART on Telink Mesh TLSR8258 SDK ? * Current uart_init() function is below. How to add additional UART ? void user_uart_init(
JaeYong Lee Jan 31, 2024 07:45
Dear Sir. I use ZB_BLE SDK 2.3.1.0 When the device is commissioned and then If the device send zcl_report() within 30 seconds, then The data is cor
JaeYong Lee Aug 22, 2023 14:32
I run as belows. 1) I run factory reset a sampleLight 2) I run direct join after rebooted by factory reset    ( sampleLight sent "Permit Join Reque
JaeYong Lee Jun 07, 2023 20:20
status of nv_flashReadNew() of zcl_onOffAttr_restore() is NV_ITEM_NOT_FOUND after rebooting by zb_factoryReset(). In this case, if I commissioning
JaeYong Lee May 25, 2023 20:22
Can I use zcl_initialize_startup_attributes();? _CODE_ZCL_ static int zb_restart_device_func(void *arg) { zcl_initialize_startup_attributes(); /*
JaeYong Lee May 23, 2023 14:26